.header{
    background: url("../images/navbg.png") no-repeat center top;
}
.welcomebg{
    border-top:2px solid #1f65ba;
    line-height: 30px;
}
.welcome small{
    float:left;
}
.welcome a img{
    display: block;
    margin-top: 9px;
}
.welcome a{
    float:right;
    display: block;
    font-size: 12px;
    color: #202020;
    margin-right: 10px;

}
/*nav*/
.nav img{
    float:left;
    margin-bottom:20px;
    margin-top: 30px;
}
.nav div{
    float:right;
    margin-top: 25px;
    background: url("../images/tel.png") no-repeat left center;
    padding-left: 70px;
}
.nav div span{
    font-size: 14px;
    color: #2a2a2a;
}
.nav div h3{
    font-size: 22px;
    color: #2a2a2a;
    font-weight: normal;
}
/*header*/
.navlogo ul>li{
    float:left;
    width: 120px;
    height: 58px;
    background: url("../images/navline.png") no-repeat right center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 300ms 0s ease;
    -moz-transition: 300ms 0s ease;
    -ms-transition: 300ms 0s ease;
    -o-transition: 300ms 0s ease;
    transition: 300ms 0s ease;
}
.navlogo ul li:last-child{
    background: none;
}
.navlogo ul li b{
    position: absolute;
    bottom: -5px;
    left:0;
    background: url("../images/b.png") no-repeat center;
    display: block;
    width: 100%;
    height: 3px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.navlogo ul li:hover b{
    height: 26px;
}
.navlogo ul>li>a{
    display: block;
    text-align: center;
    line-height: 58px;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    font-size:14px;
    -webkit-transition: 300ms 0s ease;
    -moz-transition: 300ms 0s ease;
    -ms-transition: 300ms 0s ease;
    -o-transition: 300ms 0s ease;
    transition: 300ms 0s ease;
}
#thyNavStyle b{
    height:26px;
}


/*main*/
#main{
    overflow: hidden;
}
/*流程*/
.lc{
    background: url("../images/lcbg.jpg") no-repeat left;
    padding:40px 0;
}

.lc .mycontainer>img{
    float:left;
    margin-right: 36px;
    margin-left:48px;
}
.lc .mycontainer>img:first-of-type{
    margin-top:10px;
}
.lc .mycontainer ul{
    float:left;
}
.lc ul li{
    float:left;
    width: 78px;
    height: 78px;
    border-radius: 50% 50%;
    border:1px solid #c7c7c7;
    margin-right: 50px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.lc ul li:hover{
    border:1px solid #1f65ba;
}
.lc ul li:first-child{    background:#fff url("../images/icon1.png") no-repeat center;}
.lc ul li:first-child:hover{    background:#fff url("../images/icon1s.png") no-repeat center;}
.lc ul li:nth-child(2){    background:#fff url("../images/icon2.png") no-repeat center;}
.lc ul li:nth-child(2):hover{    background:#fff url("../images/icon2s.png") no-repeat center;}
/*.lc ul li:nth-child(2):hover{    background:#fff url("../images/icon2s.png") no-repeat center;}*/
.lc ul li:nth-child(3){    background:#fff url("../images/icon3.png") no-repeat center;}
.lc ul li:nth-child(3):hover{    background:#fff url("../images/icon3s.png") no-repeat center;}
.lc ul li:nth-child(4){    background:#fff url("../images/icon4.png") no-repeat center;}
.lc ul li:nth-child(4):hover{    background:#fff url("../images/icon4s.png") no-repeat center;}
.lc ul li:nth-child(5){    background:#fff url("../images/icon5.png") no-repeat center;}
.lc ul li:nth-child(5):hover{    background:#fff url("../images/icon5s.png") no-repeat center;}
.lc ul li:nth-child(6){    background:#fff url("../images/icon6.png") no-repeat center;}
.lc ul li:nth-child(6):hover{    background:#fff url("../images/icon6s.png") no-repeat center;}

.lc ul li p{
    position: relative;
    top: 85px;
    width: 78px;
    text-align: center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    font-size:14px;
    color: #4d4d4d;
}
.lc ul li p:hover{
    color: #2a77d5;
}
/*侧边栏开始*/
.side{
    width: 260px;
    float:left;
}
.bt{
    background: #275dc9 url("../images/bm.png") no-repeat 265px center;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding:17px 45px;
}
.bt small{
    color: #96a9e0;
    font-size: 15px;
}
.side ul{
    border:1px solid #c6c6c6;
    border-top:0;
    padding:0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side ul li{
    border-bottom:1px dashed #a0a0a0;
    margin-bottom: 24px;
}
.pro_fl{
    line-height:48px;
}
.pro_fl:after{
    display: block;
    content: '';
    clear: both;
}
.side ul li .pro_fl a{
    font-size: 14px;
    color: #2f2f2f;
    float:left;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.side ul li .pro_fl a:hover{
    color: #275dc9;
}
.side ul li .pro_fl b{
    float:right;
    display: block;
    margin-top: 12px;
    background: url("../images/jt.png") no-repeat center;
    width:20px;
    height: 20px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.side ul li .pro_show a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    width: 100%;
    color: #275dc9;
    line-height: 35px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.side ul li .pro_show a:hover{
    background: #275dc9;
    color: #fff;
}
.rotatejt{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*侧边栏结束*/

/*应用*/
.title{
    padding-top: 26px;
    text-align: center;
    margin-bottom:35px;
}
.title h4{
    font-size:28px;
    color: #4e5152;
    margin-top:10px;
    margin-bottom:10px;
}
.title small{
    font-size:14px;
    color: #707070;
}
.yybg{
    background:url("../images/yybg.jpg") repeat center;
    padding-bottom:45px;
}
.yy div{
    float:left;
    width: 190px;
}
.yy ul{
    float:right;
    width: 975px;
}
.yy div a{
    display: block;
    width: 100%;
    font-size:16px;
    text-align: center;
    background: #fff;
    color: #2a2a2a;
    height: 74px;
    line-height:74px;
    margin-bottom:15px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.yy div a:hover{
    background: #ff8c00;
    color: #fff;
}
.clickyy{
    background: #ff8c00!important;
    color: #fff!important;
}
.yy div a:last-child{
    background: #ff8c00 url("../images/msg.png") no-repeat 20px center;
    color: #fff;
    margin-top: 214px;
}
.yy ul li{
    position: relative;
    width: 975px;
    height: 450px;
}
.yy ul li p{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    line-height:56px;
    background: rgba(59, 59, 59, 0.8);
    text-align: center;
    font-size:16px;
    color: #fff;
}
.procontact{
    background: #fff;
    padding-bottom:20px;
}
.procontact img{
    max-width: 100%;
}
.procontact p{
    padding-left:15px;
    margin-top:15px;
    font-size: 14px;
}
/*公司简介*/
.company>img{
    float:left;
}
.company div{
    float:right;
    width: 600px;
    height: 320px;
    background: #f3f3f3;
    padding:30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company div small{
    font-size:16px;
    color: #b5b5b5;
}
.company div h2{
    font-size:24px;
    color: #3a3a3a;
    margin-top:10px;
    margin-bottom:10px;
}
.company div b{
    display: block;
    width: 20px;
    height: 4px;
    background: #1162c4;
}
.company div p{
    font-size:14px;
    color: #4e5152;
    line-height: 34px;
    margin-top:20px;
    margin-bottom:36px;
}
.company div a{
    display: block;
    font-size:14px;
    width: 120px;
    font-weight: bold;
    height: 36px;
    line-height:36px;
    text-align: center;
    border-radius: 20px 20px;
    background: #ff8c00;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.company div a:hover{
    border-radius: 0;
}

/*厂景展示*/
.workshop>h4{
    font-size:18px;
    color: #383838;
    font-weight: normal;
    margin-top:40px;
    margin-bottom:20px;
}
.workshop>h4 span{
    font-size:14px;
    color: #949494;
}
.workshoppic{
    position: relative;
    margin-bottom:48px;
}
.swiper-container1 .swiper-slide a{
    width:100%;
    height: 147px;
}
.swiper-container1 .swiper-slide a p {
    position: absolute;
    width: 100%;
    height: 100%;
    top:100%;
    left:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 65px;
    background: rgba(0, 0, 0, 0.43);
    font-size:16px;
    color: #ffffff;
    text-align: center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.swiper-container1 .swiper-slide a:hover p {
    top:0;
}
.workshoppic .swiper-button-next.swiper-button-disabled{
    opacity:1;
    background-image: url(../images/jt_rs.png);
}
.workshoppic .swiper-button-prev.swiper-button-disabled{
    opacity:1;
    background-image: url(../images/jt_ls.png);

}
.workshoppic .swiper-button-next{
    background-image:url("../images/jt_r.png");
    background-size: 40px 40px;
    right: -55px;
    width: 40px;
    height: 40px;
}
.workshoppic .swiper-button-prev{
    background-image:url("../images/jt_l.png");
    background-size: 40px 40px;
    left: -55px;
    width: 40px;
    height: 40px;

}
/*优势*/
.advbg{
    background: url("../images/adv.jpg") no-repeat center;
    background-attachment: fixed;
    height: 690px;
    padding-bottom:30px;
}
.advbg .title h4,.advbg .title small{
    color: #fff;
}
.advbg{
    text-align: center;
}
.advbg ul {
    display: inline-block;
}
.advbg ul li{
    float:left;
    width: 290px;
    margin-right:13px;
}
.advbg ul li:last-child{
    margin-right:0;
}
.advbg ul li b{
    width: 100%;
    height: 356px;
}
.advtext{
    width:100%;
    height: 122px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:22px;
    text-align: center;
    background: #fff;
}
.advtext h4{
    font-size:16px;
    color: #3d3d3d;
}
.advtext span{
    display: block;
    margin:0 auto;
    width:50px;
    height: 2px;
    background: #4e4e4e;
    margin-top:9px;
    margin-bottom:6px;
}
.advtext small{
    font-size:12px;
    color: #7a7a7a;
    line-height:20px;
    text-transform: uppercase;
}
.advbg ul li b div{
    position: absolute;
    top:0;
    left:0;
    background: rgba(17, 98, 196, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:74px;
    padding-left:19px;
    padding-right:19px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    opacity:0;
}
.advbg ul li:hover b div{
    opacity:1;
}
.advbg ul li b div h5{
    font-size:16px;
    color: #ffffff;
    margin-bottom:8px;
}
.advbg ul li b div i{
    font-weight: bold;
    color: #fff;
    font-style: normal;
}
.advbg ul li b div p{
    margin-top:20px;
    font-size:14px;
    line-height:32px;
    font-weight: normal;
    color: #fff;
}
/*资质荣誉*/
.honor li{
    float:left;
    margin-right:13px;
}
.honor li:last-child{
    margin-right:0;
}
.honor li a{
    display: block;
    background: url("../images/honor.jpg") no-repeat center bottom;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    position: relative;
    width: 290px;
    overflow: hidden;
    text-align: center;
}
.honor li a:hover{
    background: url("../images/honors.jpg") no-repeat center bottom;
}
.honor li a b{
    width: 260px;
    height: 360px;
    margin:0 auto;
}
.honor li a p{
    font-size:14px;
    color: #515151;
    line-height:50px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.honor li a:hover p{
    color: #fff;
}
.more{
    display: block;
    border-radius: 20px 20px;
    text-align: center;
    color: #fff;
    font-size:14px;
    width: 162px;
    background: #ff8c00;
    margin:30px auto;
    line-height: 36px;
    margin-bottom:20px;
}

/*新闻动态*/
.news_l{
    width: 808px;
    float:left;
}
.newstit{
    border-bottom:1px solid #d8d8d8;
    padding-bottom:10px;
    margin-bottom:32px;
}
.newstit p{
    float:left;
    font-size:18px;
    color: #4d4d4d;
}
.newstit a{
    float:right;
    color: #6f6f6f;
}
.newstext>a{
    float:left;
    width: 382px;
}
.newstext>a b{
    width:100%;
    height: 205px;
}
.newstext>a>div{
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:25px;
}
.newstext>a div h5{
    font-size:16px;
    color: #3c3c3c;
    float:left;
}
.newstext>a div small{
    float:right;
    font-size:14px;
    color: #898888;
}
.newstext>a p{
    font-size:14px;
    margin-top:10px;
    color: #757575;
}


.newstext>ul{
    float:right;
    width: 408px;
}
.newstext>ul li{
    padding-bottom:27px;
    margin-bottom:27px;
}
.date{
    text-align: center;
    float:left;
    width: 75px;
}
.date h4{
    font-size:28px;
    color: #595757;
}
.date small{
    font-size:14px;
    color: #898989;
}
.newstext>ul li a p{
    float:right;
    font-size:14px;
    color: #696868;
    line-height:25px;
    width: 323px;
}
.news_r{
    width: 345px;
    float:right;
}
.news_r ul li{
    border-bottom:1px dashed #d4d4d4;
    background: url("../images/ques.png") no-repeat left top;
    padding-left:30px;
    padding-bottom:20px;
    margin-bottom:20px;
}
.news_r ul li a h4{
    font-size:16px;
    color: #353535;
}
.news_r ul li p{
    font-size:14px;
    color: #828181;
    line-height:23px;
}

/*友情链接*/
.linkbg{
    background: #363636;
}
.linkbg span{
    display: block;
    width: 138px;
    float:left;
    font-size:16px;
    background: #252426;
    font-weight: bold;
    line-height:50px;
    text-align: center;
    color: #fff;
}
.linkbg a{
    float:left;
    margin-left:20px;
    line-height:50px;
    margin-right:25px;
}


/*footer*/
/*footer*/
#footer{
    overflow: hidden;
}
.footer_top_bg{    background: #252426;}
.footer_bottom_bg{    background: #1e1d1f;}
.footer_top{ padding-top:45px; padding-bottom: 35px;}
.footer_top:after{
    display: block;
    content: '';
    clear: both;
}

.footer_t_l{
    float:left;
    width: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_top h3{
    color: #dddddd;
    font-size: 18px;
    margin-bottom:35px;
}
.footer_t_m b{
    display: block;
    height: 3px;
    width: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #017bc4;
}

.footer_t_l ul li a{
    display: block;
    color: #adadad;
    font-size: 14px;
    width: 117px;
    line-height: 44px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.footer_t_l ul li a:hover{
    color: #fff;
}

.footer_t_l ul li{
    float:left;
}

.footer_t_m{
    width: 470px;
    float:left;
    box-sizing: border-box;
    padding-left: 48px;
    border-left:1px solid #363636;
    border-right:1px solid #363636;
}
.footer_t_m a{
    display: block;
    font-size: 14px;
    color: #adadad;
    margin-bottom: 24px;
}


.footer_t_r {
    width: 365px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 49px;
}
.footer_t_r div{

    margin-top: 10px;
    float:left;

}
.footer_t_r div b{
    display: block;
    width: 131px;
    height: 131px;
    background: #c4c4c4;
    position: relative;
    overflow: hidden;
}
.footer_t_r div:nth-of-type(1){
    margin-right: 30px;
}
.footer_t_r img{
    width: 120px;
    height: 120px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.footer_t_r p{
    font-size: 14px;
    color: #b5b5b5;
    margin-top: 10px;
    text-align: center ;
}



.footer_bottom{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.footer_bottom p{
    color: #838383;
    font-size:14px;
}
.footer_bottom p a{
    color: #838383;
    font-size:14px;
}
notempty a{
    color: #838383;
    font-size:14px;
}


.wxshow{
    display: none;
    background: rgba(0, 0, 0, 0.69);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:1000;
}
.wxshow img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}